home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / config / mh-linux < prev    next >
Encoding:
Text File  |  1994-04-24  |  264 b   |  9 lines  |  [TEXT/R*ch]

  1. # Define SYSV as -DSYSV if you are using a System V operating system.
  2. # FIXME: What is this used for?  It should go away (and even if it hasn't,
  3. # it's not clear linux should define it).
  4. SYSV = -DSYSV
  5. RANLIB = ranlib
  6.  
  7. # What is this doing here?
  8. #LDFLAGS = -static
  9.